home *** CD-ROM | disk | FTP | other *** search
/ PC Format (PL) 2008 March / PCFormat 3_2008.iso / PCFormat.exe / 0 / STRING / 3981.txt < prev    next >
Text File  |  2006-03-22  |  640b  |  1 lines

  1. /Add signed integer values with overflow check. 0Add unsigned integer values with overflow check.CMultiply signed integer values. Signed result must fit in same sizeGMultiply unsigned integer values. Unsigned result must fit in same sizeKSubtract native int from an native int. Signed result must fit in same size^Subtract native unsigned int from a native unsigned int. Unsigned result must fit in same size(End finally clause of an exception block Exit a protected region of code.+Exit a protected region of code, short form5Store value of type native int into memory at address;Convert to native unsigned int, pushing native int on stack